Click or drag to resize

SuppressReadReceipt Class

Element is used to suppress read receipts.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class SuppressReadReceipt : ResponseItem

The SuppressReadReceipt type exposes the following members.

Constructors
  NameDescription
Public methodSuppressReadReceipt
Initializes a new instance of the SuppressReadReceipt class.
Public methodSuppressReadReceipt(ItemId)
Initializes a new instance of the SuppressReadReceipt class.
Top
Properties
  NameDescription
Public propertyArchiveTag
Gets or sets the archive tag.
(Inherited from Item.)
Public propertyAttachments
Contains the items or files that are attached to an item in the Exchange store.
(Inherited from Item.)
Public propertyBlockStatus
Gets a value indicating whether [block status].
(Inherited from Item.)
Public propertyBody
Represents the actual body content of a message.
(Inherited from Item.)
Public propertyBodyHtmlText
Contains the html body text.
(Inherited from Item.)
Public propertyBodyPlainText
Contains the plain body text.
(Inherited from Item.)
Public propertyBodyRtf
Contains the Rich Text Format body text.
(Inherited from Item.)
Public propertyCategories
Represents a collection of strings that identify to which categories an item in the mailbox belongs.
(Inherited from Item.)
Public propertyComment
Contains a comment of item.
(Inherited from Item.)
Public propertyConversationId
Contains the identifier of an item or conversation.
(Inherited from Item.)
Public propertyCreatedTime
Represents the date and time that a given item in the mailbox was created.
(Inherited from Item.)
Public propertyCulture
Represents the culture for a given item in a mailbox.
(Inherited from Item.)
Public propertyDisplayName
Contains the display name of the message store.
(Inherited from Item.)
Public propertyEffectiveRights
Contains the client's rights based on the permission settings for the item or folder.
(Inherited from Item.)
Public propertyEntityExtractionResult
Gets the entity extraction information on the item.
(Inherited from Item.)
Public propertyEntryId
Contains a MAPI entry identifier used to open and edit properties of a particular MAPI object.
(Inherited from Item.)
Public propertyExtendedProperties
Gets a list of extended properties that are defined on this item.
(Inherited from Item.)
Public propertyFlag
Gets or sets the flag.
(Inherited from Item.)
Public propertyGroupingAction
Gets the grouping action.
(Inherited from Item.)
Public propertyHasAttachments
Represents a property that is set to true if an item has attachments at least one visible attachment.
(Inherited from Item.)
Public propertyHasBlockedImages
Gets a value indicating whether this instance has blocked images.
(Inherited from Item.)
Public propertyIconIndex
Gets the index of the icon.
(Inherited from Item.)
Public propertyImportance
Contains the importance of an item.
(Inherited from Item.)
Public propertyInstanceKey
Gets the instance key.
(Inherited from Item.)
Public propertyIsAssociated
Indicates whether the item is associated with a folder.
(Inherited from Item.)
Public propertyIsHidden
Contains the flag that indicates whether the item is hidden from view in the user interface.
(Inherited from Item.)
Public propertyItemClass
Represents the message class of an item.
(Inherited from Item.)
Public propertyItemId
Contains the unique identifier and change key of an item in the Exchange store.
(Inherited from Item.)
Public propertyLastModifiedTime
Indicates when an item was last modified.
(Inherited from Item.)
Public propertyLastModifierName
Contains the display name of the last user to modify an item.
(Inherited from Item.)
Public propertyMimeContent
Contains the native Multipurpose Internet Mail Extensions (MIME) stream of an object that is represented in base64Binary format.
(Inherited from Item.)
Public propertyNextPredictedAction
Gets the next predicted action.
(Inherited from Item.)
Public propertyParentId
Represents the identifier of the parent folder that contains the item or folder.
(Inherited from Item.)
Public propertyPreview
Gets the preview.
(Inherited from Item.)
Public propertyReferenceItemId
Contains the item identifier that is related to a response object.
(Inherited from ResponseItem.)
Public propertyReminderDueBy
Represents the date and time when the appointment occurs.
(Inherited from Item.)
Public propertyReminderIsSet
Indicates whether a reminder has been set for the appointment in the Exchange store.
(Inherited from Item.)
Public propertyReminderMinutesBeforeStart
Represents the number of minutes before an event when a reminder is displayed.
(Inherited from Item.)
Public propertyRetentionDate
Gets or sets the retention date.
(Inherited from Item.)
Public propertyRetentionTag
Gets or sets the retention tag.
(Inherited from Item.)
Public propertyRtfCompressed
Contains the Rich Text Format body text.
(Inherited from Item.)
Public propertySearchKey
Contains a binary-comparable key that identifies correlated objects for a search.
(Inherited from Item.)
Public propertySensitivity
Indicates the sensitivity level of an item.
(Inherited from Item.)
Public propertySize
Represents the size in bytes of an item.
(Inherited from Item.)
Public propertyStoreEntryId
Contains the store entry id. It is Base64 string.
(Inherited from Item.)
Public propertySubject
Represents the subject for Exchange store items and response objects.
(Inherited from Item.)
Public propertyTextBody
Gets the text body.
(Inherited from Item.)
Public propertyUniqueBody
Represents an HTML fragment or plain text which represents the unique body of this conversation.
(Inherited from Item.)
Public propertyWebClientEditFormQueryString
Represents a URL to concatenate to the Outlook Web App endpoint to edit an item in Outlook Web App.
(Inherited from Item.)
Public propertyWebClientReadFormQueryString
Represents a URL to concatenate to the Microsoft Office Outlook Web App endpoint to read an item in Outlook Web App.
(Inherited from Item.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current SuppressReadReceipt object to its equivalent string representation.
(Overrides ItemToString.)
Top
See Also